body {
    font-family: 'Rubik';
    background-color: #f3f3f3;
}

.l-rtl body {
  font-family: 'Tajawal', sans-serif !important;
}

/* header */
header{
  background: white !important;
}

@media screen and (max-width: 1330px){
  header{
    padding-bottom: 5px !important;
  }
}

/* main container */
@media screen and (max-width: 1330px){
  .main-container{
    padding-top: 1rem !important;
  }
}

/* messages container */
.main-container .messages-container{
  min-height:82px;
  margin-top: 10px;
}

.main-container .messages-container .msg-grid{
  overflow-wrap: break-word;
}

@media screen and (max-width: 860px){
  .main-container .messages-container .msg-grid{
    margin: 1rem 0px;
  }
}

@media screen and (max-width: 860px){
  .main-container .messages-container .msg-grid.border_col{
    border-bottom: 1px solid #d2d2d2;
  }
}
.main-container .messages-container .msg-grid .msg-line{
  margin-bottom: 0px;
}

@media screen and (max-width: 860px){
  .main-container .messages-container .msg-grid .msg-line.txt_ar{
    padding-top: 0px;
  }
}

.main-container .messages-container .msg-grid ul{
  list-style: none;
  margin-bottom: 1rem;
}

.main-container .messages-container .msg-grid ul li::before{
  content: "\2022";
  color: #962071;
  font-weight: normal;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-size: 1.5rem;
}

.main-container .messages-container .msg-grid ul li a.item-link{
  color: #962071;
  font-size: 15px;
  border-bottom: 1px solid #962071;
}

.main-container .messages-container .msg-grid ul li a.item-link:focus{
  text-decoration: none;
}


/* arabic list */
.main-container .messages-container .msg-grid ul.list_ar{
  direction: rtl;
}

.main-container .messages-container .msg-grid ul.list_ar li::before{
  margin-left: 0em;
  margin-right: -1em;
}

/* action button */
.action-btn{
  text-align: center;
  margin: 2rem 0px;
}
.action-btn a.edit-btn{
  font-size: 16px;
  padding: 1.1rem 4rem;
}
.action-btn a.edit-btn span{
  font-size: 12px;
}


.container-fluid {
  background:url('../../images/header_bg.jpg') repeat-x;
  min-height:180px;
  display:block;
  padding:0 !important;
  margin:0;
}

.thumbnail{
  margin-bottom: 0px !important;
}

.header_re{
  background: url('../../images/TopBanner_BG.jpg') no-repeat;
  display:block;
  padding:0 !important;
  margin:0;
  height: 93px;
}

.header_re img{
  float: right;
  padding-top: 25px;
  padding-right: 15px;
}

.header__logo{
  width: 220px;
}

@media screen and (max-width: 1330px){
  .header__logo{
    width: 160px;
  }
}

.banner {
  text-align: center;
  margin: 10px auto 30px auto;
}

.banner img{
  background-color: #fff;
  padding: 3px;
  border: #cacaca 1px solid;
}

.img-responsive{
  width:600px;
  margin: 0 auto;
}

.quota_N{
  width:420px;
  margin: 0 auto;
}

p{
  text-align: left;
  vertical-align: top;
  font-weight:  300;
  font-size: 15px;
  color: #333; 
  line-height: 25px;
}

.img_height{
  max-height: 500px;
  width: 1000px;
  overflow: hidden;
}

.im_color{
  color: #e20000;
}

.im_color:hover{
  color: #e20000;
}

.txt_en{
  font-family: AvantGardeBook;
}

.txt_ar{
  text-align: right;
  direction: rtl;
  font-family: 'Tajawal', sans-serif !important;
}

.col-lg-6{
  padding: 0px 30px !important;
}

p.quota_num{
  padding:20px 0px 20px 0px; 
  text-align: center;
}

.btn{
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.7;
  margin: 0 30px;
  line-height: 18px !important;
  padding: 10px ;
  background-color: #962071;
}

.btn:hover {
  background-color: #59358c;
  color: #fff;
}

.btn.no-hover:hover {
  background-color: #59358c;
  color: #fff;
}

.btn.-small {
  font-size: 15px;
  line-height: 2;
  padding: 0 14px;  color:#fff;
}

.btn.-x-small {
  font-size: 14px;
  line-height: 1.7;
  padding: 0 10px;  color:#fff;
}

.btn.-small-pad {
  padding: 5px 15px;  color:#fff;
}

.btn.-icon {
  padding: 0 7px; color:#fff;
}

.btn:focus,.btn.focus {
  color: #fff;
  text-decoration: none;
}
  
.text_cntr{
  font-size:12px;
  text-align:center; color:#333;
  margin: 0 auto;
  width: 46em; 
  line-height:18px;
}

/* Custom, iPhone Retina */
  @media screen and (max-width: 860px){
    .border_col{
      border-width: 0px 0px 1px 0px;
      border-style: solid;
      color: #d2d2d2;
    }
    
    .con_btn img ,.rechrg_btn img{
      float: none;;
      display: block;
      margin:10px auto 20px auto; 
    }
    .rechrg_btn img{
      margin:10px auto 50px auto; 
    }
    
    .txt_ar{
      padding-top:1em;
    }
    .text_cntr{
      width:21em;
    }
  }

.footer {
  color: #fff;
  background: url(../../images/pattren-dark.jpg);
}

.copyrights{
  padding: 0px 70px; 
  font-size: 14px;
}

.copyrights p{
  color: #767676;
}

@media screen and (max-width: 767px) {
  .copyrights{
    padding: 0px 1rem;
  }

  .copyrights p{
    text-align: center;
  }
}

.copyrights .footer-link{
  text-align: center;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.text-center{
  text-align: center !important;
}

body .header__top{
  height:47px !important;
}

.col-lg-12 {
  position: relative;
  min-height: 1px;
}

@media screen and (max-width:860px) {
  .col-sm-6 {
    width: 100% !important;
    margin-right: 2% !important;
  }
}

@media only screen and (max-width:767px){
  .col-sm-6 {
    width: 100% !important;
    margin-right: 2% !important;
  }

  .margin__20{
    margin-bottom: 20px;
  }              
}  

a {text-decoration:none;}
a:hover {text-decoration:none;}

/** VDSL change ********************/
.item_spann{ padding-right:20px; color:#962071; text-decoration:none; font-size:15px;}
.item_spann_E{ padding-left:20px; color:#962071; text-decoration:none; font-size:15px;}

.item_spann{text-decoration:none !important;}
.item_spann_E {text-decoration:none !important;}

.two-ninths {width: 211px !important;}

/* ==========================================================================
   Modern Telecom Egypt (WE) Design System Enhancements
   ========================================================================== */
@import url('./tajawal-local.css');

* {
    font-family: 'Tajawal', sans-serif !important;
}

body, .txt_ar, .txt_en, p, input, button, select, label, .highlight-title, .msg-line, .btn, .btn-we-submit, h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', sans-serif !important;
    color: #1e293b;
}

body {
    background: #ffffff !important;
}

.pace, .pace-progress, .pace-activity {
    display: none !important;
}

.header__top {
    display: none !important;
}

.header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff !important;
    border-bottom: 2px solid #662d91;
    padding: 10px 0;
}

.banner img {
    border-radius: 12px;
    box-shadow: none;
    border: none;
}

.quota-status-card {
    background: transparent !important;
    padding: 15px;
    margin: 15px auto 20px auto;
    box-shadow: none !important;
    border: none !important;
    max-width: 650px;
    text-align: center !important;
}

.quota-status-card .quota_N {
    max-width: 320px;
    margin: 0 auto;
}

.quota-text {
    font-size: 18px;
    font-weight: 700;
    color: #334155;
    margin-top: 15px;
    text-align: center !important;
    direction: rtl;
}

.main-container .messages-container {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.msg-grid {
    padding: 20px 30px !important;
}

.msg-grid.border_col {
    border-right: 1px solid #f1f5f9;
    border-bottom: none;
}

@media screen and (max-width: 860px) {
    .msg-grid.border_col {
        border-right: none;
        border-bottom: 2px solid #f1f5f9;
        padding-bottom: 30px !important;
        margin-bottom: 20px;
    }
}

.msg-line {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 12px;
}

.msg-line.highlight-title {
    font-size: 20px;
    font-weight: 800;
    color: #662d91;
    margin-bottom: 15px;
}

.list_ar {
    padding-right: 20px;
    margin-top: 15px;
}

.list_ar li {
    font-size: 15px;
    color: #475569;
    margin-bottom: 10px;
    font-weight: 600;
}

.list_ar li a.item-link {
    color: #962071;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.list_ar li a.item-link:hover {
    color: #662d91;
    border-bottom-color: #662d91;
}

/* Styled Interactive Form */
.we-form {
    margin-top: 20px;
    background: #f8fafc;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    direction: rtl;
    text-align: right;
}

.we-form-group {
    margin-bottom: 18px;
}

.we-form-group label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.we-form-group label i {
    color: #662d91;
    margin-left: 6px;
}

.we-input {
    width: 100%;
    padding: 13px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    outline: none;
    transition: all 0.25s ease-in-out;
    box-sizing: border-box;
    direction: ltr;
    text-align: right;
}

.we-input:focus {
    border-color: #662d91;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(102, 45, 145, 0.15);
}

.we-input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.btn-we-submit {
    display: block;
    width: 100%;
    padding: 14px 24px;
    font-size: 17px;
    font-weight: 800;
    color: #ffffff !important;
    background: linear-gradient(135deg, #662d91 0%, #962071 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(102, 45, 145, 0.25);
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 10px;
}

.btn-we-submit:hover {
    background: linear-gradient(135deg, #522375 0%, #7b1a5d 100%);
    box-shadow: 0 8px 25px rgba(102, 45, 145, 0.35);
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-we-submit:active {
    transform: translateY(0);
}

.alert-custom {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    display: none;
    text-align: right;
    direction: rtl;
}

.alert-custom.alert-danger {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.alert-custom.alert-success {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.action-btn a.edit-btn {
    background: linear-gradient(135deg, #662d91 0%, #962071 100%);
    border-radius: 12px;
    padding: 14px 45px;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(102, 45, 145, 0.2);
    transition: all 0.3s ease;
}

.action-btn a.edit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 45, 145, 0.3);
}

.footer {
    background: #0f172a !important;
    padding: 30px 0;
    margin-top: 40px;
}

.copyrights p {
    color: #94a3b8;
    line-height: 1.7;
}

.copyrights .footer-link {
    color: #cbd5e1;
    font-weight: 600;
}